home *** CD-ROM | disk | FTP | other *** search
- /* */
-
- /* cidName and cidNumber are valid variables here! */
-
- if show('p', 'AVMCIDLOGGER') then do
- address 'AVMCIDLOGGER' 'add' 'CID info at' time()
- if cidName ~= '' then
- address 'AVMCIDLOGGER' 'addcidname' cidName
- if cidNumber ~= '' then
- address 'AVMCIDLOGGER' 'addcidnumber' cidNumber
- end
-
-